home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / MULTIM / alarm10x / AlarmClk.exe / 0 / RCDATA / TADDWND / TADDWND.txt
Text File  |  1997-07-11  |  6KB  |  304 lines

  1. object AddWnd: TAddWnd
  2.   Left = 288
  3.   Top = 157
  4.   HelpContext = 90
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Alarm Clock'
  8.   ClientHeight = 249
  9.   ClientWidth = 455
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TimeLabel: TLabel
  19.     Left = 96
  20.     Top = 21
  21.     Width = 36
  22.     Height = 16
  23.     Caption = 'Time'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object HourLabel: TLabel
  31.     Left = 199
  32.     Top = 16
  33.     Width = 23
  34.     Height = 13
  35.     Caption = 'Hour'
  36.   end
  37.   object MinuteLabel: TLabel
  38.     Left = 255
  39.     Top = 16
  40.     Width = 32
  41.     Height = 13
  42.     Caption = 'Minute'
  43.   end
  44.   object DayLabel: TLabel
  45.     Left = 96
  46.     Top = 84
  47.     Width = 74
  48.     Height = 16
  49.     Caption = 'Wednesday'
  50.     Enabled = False
  51.     Font.Color = clBlack
  52.     Font.Height = -13
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object MonthLabel: TLabel
  58.     Left = 296
  59.     Top = 84
  60.     Width = 70
  61.     Height = 16
  62.     AutoSize = False
  63.     Caption = '---------'
  64.     Font.Color = clBlack
  65.     Font.Height = -13
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.   end
  70.   object Bevel1: TBevel
  71.     Left = 90
  72.     Top = 8
  73.     Width = 361
  74.     Height = 105
  75.   end
  76.   object Label5: TLabel
  77.     Left = 96
  78.     Top = 53
  79.     Width = 34
  80.     Height = 16
  81.     Caption = 'Date'
  82.     Font.Color = clBlack
  83.     Font.Height = -13
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.   end
  88.   object Label1: TLabel
  89.     Left = 96
  90.     Top = 69
  91.     Width = 46
  92.     Height = 13
  93.     Caption = 'Weekday'
  94.   end
  95.   object Label2: TLabel
  96.     Left = 200
  97.     Top = 64
  98.     Width = 19
  99.     Height = 13
  100.     Caption = 'Day'
  101.   end
  102.   object Label3: TLabel
  103.     Left = 392
  104.     Top = 64
  105.     Width = 22
  106.     Height = 13
  107.     Caption = 'Year'
  108.   end
  109.   object Label6: TLabel
  110.     Left = 292
  111.     Top = 64
  112.     Width = 30
  113.     Height = 13
  114.     Caption = 'Month'
  115.   end
  116.   object UpDown1: TUpDown
  117.     Left = 232
  118.     Top = 32
  119.     Width = 12
  120.     Height = 24
  121.     Associate = HourBox
  122.     Min = 0
  123.     Max = 24
  124.     Position = 0
  125.     TabOrder = 0
  126.     Wrap = False
  127.   end
  128.   object UpDown2: TUpDown
  129.     Left = 288
  130.     Top = 32
  131.     Width = 12
  132.     Height = 24
  133.     Associate = MinuteBox
  134.     Min = 0
  135.     Max = 59
  136.     Position = 0
  137.     TabOrder = 1
  138.     Wrap = False
  139.     OnClick = UpDown2Click
  140.   end
  141.   object HourBox: TEdit
  142.     Left = 199
  143.     Top = 32
  144.     Width = 33
  145.     Height = 24
  146.     Font.Color = clBlack
  147.     Font.Height = -13
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ParentFont = False
  151.     TabOrder = 2
  152.     Text = '0'
  153.     OnExit = HourBoxExit
  154.   end
  155.   object MinuteBox: TEdit
  156.     Left = 255
  157.     Top = 32
  158.     Width = 33
  159.     Height = 24
  160.     Font.Color = clBlack
  161.     Font.Height = -13
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     ParentFont = False
  165.     TabOrder = 3
  166.     Text = '0'
  167.     OnExit = MinuteBoxExit
  168.   end
  169.   object DayBox: TEdit
  170.     Left = 200
  171.     Top = 80
  172.     Width = 70
  173.     Height = 24
  174.     AutoSize = False
  175.     Font.Color = clBlack
  176.     Font.Height = -13
  177.     Font.Name = 'MS Sans Serif'
  178.     Font.Style = []
  179.     ParentFont = False
  180.     TabOrder = 4
  181.     Text = '0'
  182.     OnExit = DayBoxExit
  183.   end
  184.   object DayUpDown: TUpDown
  185.     Left = 270
  186.     Top = 80
  187.     Width = 12
  188.     Height = 24
  189.     Associate = DayBox
  190.     Min = -1
  191.     Max = 31
  192.     Position = 0
  193.     TabOrder = 5
  194.     Wrap = False
  195.     OnClick = DayUpDownClick
  196.   end
  197.   object YearBox: TEdit
  198.     Left = 387
  199.     Top = 80
  200.     Width = 41
  201.     Height = 24
  202.     Font.Color = clBlack
  203.     Font.Height = -13
  204.     Font.Name = 'MS Sans Serif'
  205.     Font.Style = []
  206.     MaxLength = 4
  207.     ParentFont = False
  208.     TabOrder = 6
  209.     Text = '1901'
  210.   end
  211.   object YearUpDown: TUpDown
  212.     Left = 428
  213.     Top = 80
  214.     Width = 15
  215.     Height = 25
  216.     Min = 1901
  217.     Max = 2100
  218.     Position = 1901
  219.     TabOrder = 7
  220.     Wrap = False
  221.     OnClick = YearUpDownClick
  222.   end
  223.   object WDUpDown: TUpDown
  224.     Left = 177
  225.     Top = 80
  226.     Width = 15
  227.     Height = 25
  228.     Enabled = False
  229.     Min = -1
  230.     Max = 7
  231.     Position = 0
  232.     TabOrder = 8
  233.     Wrap = False
  234.     OnClick = WDUpDownClick
  235.   end
  236.   object TG: TRadioGroup
  237.     Left = 8
  238.     Top = 8
  239.     Width = 73
  240.     Height = 105
  241.     Caption = ' Alarm type '
  242.     Font.Color = clBlack
  243.     Font.Height = -11
  244.     Font.Name = 'MS Sans Serif'
  245.     Font.Style = []
  246.     ItemIndex = 0
  247.     Items.Strings = (
  248.       'One off'
  249.       'Daily'
  250.       'Weekly'
  251.       'Monthly')
  252.     ParentFont = False
  253.     TabOrder = 9
  254.     OnClick = TGClick
  255.   end
  256.   object MonthUpDown: TUpDown
  257.     Left = 369
  258.     Top = 80
  259.     Width = 14
  260.     Height = 25
  261.     Min = 0
  262.     Max = 13
  263.     Position = 0
  264.     TabOrder = 10
  265.     Wrap = False
  266.     OnChanging = MonthUpDownChanging
  267.     OnClick = MonthUpDownClick
  268.   end
  269.   object Add: TButton
  270.     Left = 152
  271.     Top = 216
  272.     Width = 75
  273.     Height = 25
  274.     Caption = '&Add'
  275.     Default = True
  276.     TabOrder = 11
  277.     OnClick = AddClick
  278.   end
  279.   object Button2: TButton
  280.     Left = 240
  281.     Top = 216
  282.     Width = 75
  283.     Height = 25
  284.     Cancel = True
  285.     Caption = '&Cancel'
  286.     TabOrder = 12
  287.     OnClick = Button2Click
  288.   end
  289.   object TextBox: TMemo
  290.     Left = 5
  291.     Top = 120
  292.     Width = 446
  293.     Height = 89
  294.     Hint = 'Type the message for your alarm here - maximum 600 characters'
  295.     Font.Color = clBlack
  296.     Font.Height = -13
  297.     Font.Name = 'MS Sans Serif'
  298.     Font.Style = []
  299.     MaxLength = 600
  300.     ParentFont = False
  301.     TabOrder = 13
  302.   end
  303. end
  304.